Install Training Packages
Installation package download
Training package
We provide precompiled offline training wheel package on pypi, install it via pip:
pip install metaspore
The minimum Python version required is 3.8.
After installation, also install pytorch and pyspark (they are not included as depenencies of metaspore wheel so you could choose pyspark and pytorch versions as needed):
pip install pyspark
pip install torch==1.11.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html